GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2025-12-31T12:34:48.4091628+00:00",
"SubmitDate": "2025-12-31T12:34:48.4091628+00:00",
"ReportPeriodStart": "2025-12-31T12:34:48.4091628+00:00",
"ReportPeriodEnd": "2025-12-31T12:34:48.4091628+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d9813b5e-f9da-46f5-8e18-9ec21bbed5f0",
"Rows": [
{
"ItemId": "a4211305-b85c-457d-85d0-9da23a275ab1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4211305-b85c-457d-85d0-9da23a275ab1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d9813b5e-f9da-46f5-8e18-9ec21bbed5f0",
"Rows": [
{
"ItemId": "a4211305-b85c-457d-85d0-9da23a275ab1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4211305-b85c-457d-85d0-9da23a275ab1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a1cdc6a4-5dfb-4d92-921c-facb291b1869",
"c869d902-b1eb-4ea9-ae4f-8a92e6d1d5f2"
],
"Approvers": [
"3f478722-d3b2-4a32-8ac9-454cd8b233c5",
"18648351-ddac-4a16-8762-a740472267d8"
],
"ApprovedBy": "44775216-dba6-494e-b54b-602e32b237f5",
"ApprovalDate": "2025-12-31T12:34:48.4091628+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "56d3df48-fd74-4b5e-91bd-d596d9be75e6",
"id": "ae07bc39-49e0-44b0-8451-6f80a96ee7a5",
"ConfigId": "8db6e86b-2e29-47fd-9748-490c3dd40d2d"
},
{
"GenerationDate": "2025-12-31T12:34:48.4091628+00:00",
"SubmitDate": "2025-12-31T12:34:48.4091628+00:00",
"ReportPeriodStart": "2025-12-31T12:34:48.4091628+00:00",
"ReportPeriodEnd": "2025-12-31T12:34:48.4091628+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "d9813b5e-f9da-46f5-8e18-9ec21bbed5f0",
"Rows": [
{
"ItemId": "a4211305-b85c-457d-85d0-9da23a275ab1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4211305-b85c-457d-85d0-9da23a275ab1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "d9813b5e-f9da-46f5-8e18-9ec21bbed5f0",
"Rows": [
{
"ItemId": "a4211305-b85c-457d-85d0-9da23a275ab1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "a4211305-b85c-457d-85d0-9da23a275ab1",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"a1cdc6a4-5dfb-4d92-921c-facb291b1869",
"c869d902-b1eb-4ea9-ae4f-8a92e6d1d5f2"
],
"Approvers": [
"3f478722-d3b2-4a32-8ac9-454cd8b233c5",
"18648351-ddac-4a16-8762-a740472267d8"
],
"ApprovedBy": "44775216-dba6-494e-b54b-602e32b237f5",
"ApprovalDate": "2025-12-31T12:34:48.4091628+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "56d3df48-fd74-4b5e-91bd-d596d9be75e6",
"id": "ae07bc39-49e0-44b0-8451-6f80a96ee7a5",
"ConfigId": "8db6e86b-2e29-47fd-9748-490c3dd40d2d"
}
]